Skip to content

Bump the flutter-deps group in /transcriberapp with 9 updates - #23

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/transcriberapp/flutter-deps-e7565321b3
Open

Bump the flutter-deps group in /transcriberapp with 9 updates#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/transcriberapp/flutter-deps-e7565321b3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the flutter-deps group in /transcriberapp with 9 updates:

Package From To
audioplayers 6.6.0 6.8.1
flutter_secure_storage 10.3.0 10.3.1
google_fonts 8.1.0 8.2.0
intl 0.20.2 0.20.3
path_provider 2.1.5 2.1.6
permission_handler 12.0.1 12.0.3
share_plus 13.1.0 13.2.1
sqflite 2.4.2 2.4.3
video_player 2.11.1 2.13.0

Updates audioplayers from 6.6.0 to 6.8.1

Changelog

Sourced from audioplayers's changelog.

audioplayers - v6.8.1

audioplayers_windows - v4.4.1

2026-06-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


audioplayers - v6.8.0

  • FIX(windows): Update to C++23 & Windows Implementation Lib (#2004). (faa84312)
  • FEAT(android): Compatibility with Built-In Kotlin (#1991). (687218b9)

audioplayers_android - v5.3.0

  • FEAT(android): Compatibility with Built-In Kotlin (#1991). (687218b9)

audioplayers_android_exo - v0.1.4

  • FEAT(android): Compatibility with Built-In Kotlin (#1991). (687218b9)

audioplayers_darwin - v6.5.0

... (truncated)

Commits
  • 494fdb6 chore(release): Publish packages (#2012)
  • d8a4f39 fix: Avoid throwing a StateError in AudioPlayer._completePrepared (#2010)
  • ae5f4b9 fix(windows): Compatibility with Visual Studio 18 (2026) (#2011)
  • 6c522b4 chore(release): Publish packages (#2009)
  • 6e61293 example: Remove wrongly added path provider plugin registration (#2007)
  • faa8431 fix(windows): Update to C++23 & Windows Implementation Lib (#2004)
  • 8575786 example: Recreate ios and macos platform folders (#1997)
  • 25c43cf test: Replace environment variables with internal test flags (#1996)
  • 687218b feat(android): Compatibility with Built-In Kotlin (#1991)
  • 2b37f27 chore(release): Publish packages (#1994)
  • Additional commits viewable in compare view

Updates flutter_secure_storage from 10.3.0 to 10.3.1

Release notes

Sourced from flutter_secure_storage's releases.

v10.3.1

Android

  • Fixed AEADBadTagException when biometric authentication is cancelled on first launch: a stale IV is now cleared and the cipher re-initialised in encrypt mode so the next authentication attempt succeeds.
  • Fixed NullPointerException when retrying an operation after a cancelled biometric prompt: preferences is now only assigned once cipher initialisation completes successfully, allowing a clean retry.
Commits
  • 3fc4c53 fix: revert updated darwin package for backwards compatibility
  • 6b9e8f4 fix: added changelog entries
  • 0b9ed95 Merge pull request #1148 from CORDEA/fix/defer-preferences-until-cipher-initi...
  • c557a53 Merge pull request #1147 from CORDEA/fix/reset-stale-cipher-iv-on-biometric-f...
  • be0674a Use a single SharedPreferences.Editor when resetting stale IV
  • 5817b55 Reset stale cipher IV when biometric auth fails before completion
  • 635013b Defer setting preferences until storageCipher is initialized
  • 35da5ae fix: badge
  • See full diff in compare view

Updates google_fonts from 8.1.0 to 8.2.0

Commits
  • 9f95026 [google_fonts] Extract the config class to its own file (#12202)
  • ad9840e Update All Flutter Android Example Apps to 3.47 Template Versions (#12195)
  • 16e6411 [go_router_builder] Support analyzer 13 (#12189)
  • 502ebc7 [shared_preferences] Convert legacy tests to Kotlin (#12193)
  • 745da2e [material_ui, cupertino_ui] Migrate @macros that are defined in Material an...
  • 2899d50 [material_ui, cupertino_ui] Add #region to example files to remove license ...
  • e8903cb [video_player] Implement screen auto-lock control for video playback (#11225)
  • ad2eab1 [camera] Guard CameraController value updates after dispose (#11861)
  • 83b39db [material_ui] Remove unused example files (#12179)
  • c8937ef [google_maps_flutter_platform_interface] Adds support for mapTypeControlEnabl...
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates path_provider from 2.1.5 to 2.1.6

Commits
  • aa964a3 [path_provider] Document null vs UnsupportedError return semantics (#11793)
  • bd297cf [AGP 9] Migrate Remaining Plugin Example Apps to Built-in Kotlin (#11806)
  • 2e006b2 [path_provider] Create temp dir in tests if needed (#11841)
  • 24a3833 Updated analysis_options line width from flutter/flutter (#11692)
  • 1dfbada [ci] Update repo for 3.44 stable release (#11741)
  • 0ffbde8 Roll Flutter from 707dbc0420a3 to 23f6f5853f50 (149 revisions) (#11700)
  • f52df41 [path_provider] Remove dependency on engine PathUtils (#11467)
  • e37fa8f [various] Convert remaining Groovy files to Kotlin (#11443)
  • 0e0a032 [various] Ignore generated plugin files (#11455)
  • c7d680f [path_provider_android] Changes internal implementation to use JNI (#9770)
  • Additional commits viewable in compare view

Updates permission_handler from 12.0.1 to 12.0.3

Commits
  • e0b76c2 Add support for the Permission.assistant in all platforms. (#1267)
  • 0bf4d6f Adds support to request SiriKit permissions to platform interface. (#1266)
  • bb8e40a Release plugin binding when activity is detached. (#1264)
  • 978dbeb chore: correct android READ_MEDIA_VIDEO permission name (#1241)
  • 8a4891e Update version to reflect patch update
  • 9907d20 Html non secure permissions (#1240)
  • e3c92e3 Support Calendar Access Levels (iOS17+) (#1151)
  • 5b4a5c4 Updates permission_handler_platform_interface dependency (#1233)
  • 0685117 Update Flutter version constraint
  • 540b916 Fix import (#1230)
  • Additional commits viewable in compare view

Updates share_plus from 13.1.0 to 13.2.1

Commits
  • 9336187 chore(release): prepare for release (#3928)
  • 949e771 fix(share_plus): raise Apple platform minimums in SPM manifests to match Flut...
  • 65ecfd0 chore(release): prepare for release (#3912)
  • cf00609 feat(share_plus): Updated Swift Package Manager setup for Flutter 3.44 (#3911)
  • 0c9b0ad feat(share_plus): Add support of built-in Kotlin (#3896)
  • d9b6f29 refactor(share_plus): change android gradle from groovy to kotlin (#3860)
  • 09d75d8 fix(share_plus): resolve js interop lint and maintain minimum sdk (#3846)
  • See full diff in compare view

Updates sqflite from 2.4.2 to 2.4.3

Commits
  • b652544 sqflite: v2.4.3
  • db29092 sqflite: v2.4.3
  • 15a0de8 sqflite_darwin: v2.4.3
  • 4fb9648 sqflite_android: v2.4.3
  • 36dcbe2 sqflite_platform_interface: v2.4.1
  • 5ca3fa9 sqflite_common_ffi_async chore: update version to 1.0.0 and require dart 3.12...
  • 8c30f3d sqflite_common_ffi_web chore: update version to 1.1.2 and require dart 3.12
  • 842d7aa chore: update sqflite_common_ffi dependency to version 2.4.1
  • 337e373 chore: update version to 2.4.1 and require dart 3.12 in CHANGELOG
  • a75f9bd chore: standardize quotes in pubspec.yaml for dev dependencies
  • Additional commits viewable in compare view

Updates video_player from 2.11.1 to 2.13.0

Commits
  • e8903cb [video_player] Implement screen auto-lock control for video playback (#11225)
  • 523ad9e [video_player] Improve seek performance on Android (#11810)
  • 16a275b [video_player_avfoundation] Implement preventsDisplaySleepDuringVideoPlayback...
  • 20928d5 [video_player_android] Implement backBufferDurationMs in ExoPlayer (#12124)
  • fc00ceb [video_player_platform_interface] Improve seek performance on Android (#11932)
  • 274ed3e [video_player_android] Add video track selection support (#11475)
  • b290ae0 [video_player_platform_interface] Add preventsDisplaySleepDuringVideoPlayback...
  • 06ed8de [video_player_avfoundation] Add video track selection support (#11476)
  • 7ff3e1f [video_player_android] Fix rendering freeze after full-screen transit… (#11416)
  • 4fd05e6 [video_player_web] Remove stale package:web tweaks (#11820)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the flutter-deps group in /transcriberapp with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) | `6.6.0` | `6.8.1` |
| [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) | `10.3.0` | `10.3.1` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.1.0` | `8.2.0` |
| [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.20.2` | `0.20.3` |
| [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) | `2.1.5` | `2.1.6` |
| [permission_handler](https://github.com/baseflow/flutter-permission-handler) | `12.0.1` | `12.0.3` |
| [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) | `13.1.0` | `13.2.1` |
| [sqflite](https://github.com/tekartik/sqflite) | `2.4.2` | `2.4.3` |
| [video_player](https://github.com/flutter/packages/tree/main/packages/video_player) | `2.11.1` | `2.13.0` |


Updates `audioplayers` from 6.6.0 to 6.8.1
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers-v6.8.1/packages)

Updates `flutter_secure_storage` from 10.3.0 to 10.3.1
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v10.3.0...v10.3.1)

Updates `google_fonts` from 8.1.0 to 8.2.0
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.0/packages)

Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)

Updates `path_provider` from 2.1.5 to 2.1.6
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.1.6/packages/path_provider)

Updates `permission_handler` from 12.0.1 to 12.0.3
- [Commits](Baseflow/flutter-permission-handler@permission_handler_v12.0.1...permission_handler_android_v12.0.3)

Updates `share_plus` from 13.1.0 to 13.2.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v13.2.1/packages/share_plus)

Updates `sqflite` from 2.4.2 to 2.4.3
- [Commits](tekartik/sqflite@sqflite_v2.4.2...sqflite/v2.4.3)

Updates `video_player` from 2.11.1 to 2.13.0
- [Commits](https://github.com/flutter/packages/commits/video_player-v2.13.0/packages/video_player)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-version: 6.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-deps
- dependency-name: flutter_secure_storage
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-deps
- dependency-name: google_fonts
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-deps
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-deps
- dependency-name: path_provider
  dependency-version: 2.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-deps
- dependency-name: permission_handler
  dependency-version: 12.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-deps
- dependency-name: share_plus
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-deps
- dependency-name: sqflite
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-deps
- dependency-name: video_player
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants